home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / blox.swf / scripts / DefineButton2_379 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  208 b   |  13 lines

  1. on(release){
  2.    _root.SoundPushButton.start();
  3.    if(_root.RegisteredVersion == 1)
  4.    {
  5.       fscommand("quit");
  6.       fscommand("close");
  7.    }
  8.    else
  9.    {
  10.       _root.ShowBuyMeWindow(2);
  11.    }
  12. }
  13.